home *** CD-ROM | disk | FTP | other *** search
/ USGS: National Coal Resou…s & Great Plains Regions / USGS National Coal Resource Assessment 1999 - Northern Rocky Mountains & Great Plains Regions - Disc 2.iso / PROGRAM / IMAGE / Etc / mapprojections.dat < prev    next >
Encoding:
Text File  |  1997-12-16  |  6.8 KB  |  238 lines

  1. /* Internal projections here */
  2. "Geographic (Lat/Lon)" {
  3.     Internal 0
  4.     "Spheroid" <spheroid>
  5. }
  6. "UTM" {
  7.     Internal 1
  8.     "Spheroid" <spheroid>
  9.     "UTM Zone" <utmzone>
  10.     "NORTH or SOUTH" <3:condition> {
  11.          1:"North": {}
  12.         -1:"South": {}
  13.     }
  14. }
  15. "State Plane" {
  16.     Internal 2
  17.     "State Plane Zone" <spzone>
  18.     "NAD" <0:nadcode>
  19. }
  20. "Albers Conical Equal Area" {
  21.     Internal 3
  22.     "Spheroid" <spheroid>
  23.     "Latitude of 1st standard parallel" <2:angle ns:dd>
  24.     "Latitude of 2nd standard parallel" <3:angle ns:dd>
  25.     "Longitude of central meridian" <4:angle ew:dd>
  26.     "Latitude of origin of projection" <5:angle ns:dd>
  27.     "False easting at central meridian" <6:distance ew:meters>
  28.     "False northing at origin" <7:distance ns:meters>
  29. }
  30. "Lambert Conformal Conic" {
  31.     Internal 4
  32.     "Spheroid" <spheroid>
  33.     "Latitude of 1st standard parallel" <2:angle ns:dd>
  34.     "Latitude of 2nd standard parallel" <3:angle ns:dd>
  35.     "Longitude of central meridian" <4:angle ew:dd>
  36.     "Latitude of origin of projection" <5:angle ns:dd>
  37.     "False easting at central meridian" <6:distance ew:meters>
  38.     "False northing at origin" <7:distance ns:meters>
  39. }
  40. "Mercator" {
  41.     Internal 5
  42.     "Spheroid" <spheroid>
  43.     "Longitude of central meridian" <4:angle ew:dd>
  44.     "Latitude of true scale" <5:angle ns:dd>
  45.     "False easting at central meridian" <6:distance ew:meters>
  46.     "False northing at origin" <7:distance ns:meters>
  47. }
  48. "Polar Stereographic" {
  49.     Internal 6
  50.     "Spheroid" <spheroid>
  51.     "Longitude below pole of map" <4:angle ew:dd>
  52.     "Latitude of true scale" <5:angle ns:dd>
  53.     "False easting" <6:distance ew:meters>
  54.     "False northing" <7:distance ns:meters>
  55. }
  56. "Polyconic" {
  57.     Internal 7
  58.     "Spheroid" <spheroid>
  59.     "Longitude of central meridian" <4:angle ew:dd>
  60.     "Latitude of origin of projection" <5:angle ns:dd>
  61.     "False easting at central meridian" <6:distance ew:meters>
  62.     "False northing at origin" <7:distance ns:meters>
  63. }
  64. "Equidistant Conic" {
  65.     Internal 8
  66.     "Spheroid" <spheroid>
  67.     "Longitude of central meridian" <4:angle ew:dd>
  68.     "Latitude of origin of projection" <5:angle ns:dd>
  69.     "False easting" <6:distance ew:meters>
  70.     "False northing" <7:distance ns:meters>
  71.     "One or two standard parallels?" <8:condition> {
  72.         0:"One":{
  73.             "Latitude of standard parallel" <2:angle ns:dd>
  74.         }
  75.         1:"Two":{
  76.             "Latitude of 1st standard parallel" <2:angle ns:dd>
  77.             "Latitude of 2nd standard parallel" <3:angle ns:dd>
  78.         }
  79.     }
  80. }
  81. "Transverse Mercator" {
  82.     Internal 9
  83.     "Spheroid" <spheroid>
  84.     "Scale factor at central meridian" <2:number>
  85.     "Longitude of central meridian" <4:angle ew:dd>
  86.     "Latitude of origin of projection" <5:angle ns:dd>
  87.     "False easting" <6:distance ew:meters>
  88.     "False northing" <7:distance ns:meters>
  89. }
  90. "Stereographic" {
  91.     Internal 10
  92.     "Spheroid" <spheroid>
  93.     "Longitude of center of projection" <4:angle ew:dd>
  94.     "Latitude of center of projection" <5:angle ns:dd>
  95.     "False easting" <6:distance ew:meters>
  96.     "False northing" <7:distance ns:meters>
  97. }
  98. "Lambert Azimuthal Equal-area" {
  99.     Internal 11
  100.     "Spheroid" <spheroid>
  101.     "Longitude of center of projection" <4:angle ew:dd>
  102.     "Latitude of center of projection" <5:angle ns:dd>
  103.     "False easting" <6:distance ew:meters>
  104.     "False northing" <7:distance ns:meters>
  105. }
  106. "Azimuthal Equidistant" {
  107.     Internal 12
  108.     "Spheroid" <spheroid>
  109.     "Longitude of center of projection" <4:angle ew:dd>
  110.     "Latitude of center of projection" <5:angle ns:dd>
  111.     "False easting" <6:distance ew:meters>
  112.     "False northing" <7:distance ns:meters>
  113. }
  114. "Gnomonic" {
  115.     Internal 13
  116.     "Spheroid" <spheroid>
  117.     "Longitude of center of projection" <4:angle ew:dd>
  118.     "Latitude of center of projection" <5:angle ns:dd>
  119.     "False easting" <6:distance ew:meters>
  120.     "False northing" <7:distance ns:meters>
  121. }
  122. "Orthographic" {
  123.     Internal 14
  124.     "Spheroid" <spheroid>
  125.     "Longitude of center of projection" <4:angle ew:dd>
  126.     "Latitude of center of projection" <5:angle ns:dd>
  127.     "False easting" <6:distance ew:meters>
  128.     "False northing" <7:distance ns:meters>
  129. }
  130. "General Vertical Near-side Perspective" {
  131.     Internal 15
  132.     "Spheroid" <spheroid>
  133.     "Height of perspective point" <2:distance:meters>
  134.     "Longitude of center of projection" <4:angle ew:dd>
  135.     "Latitude of center of projection" <5:angle ns:dd>
  136.     "False easting" <6:distance ew:meters>
  137.     "False northing" <7:distance ns:meters>
  138. }
  139. "Sinusoidal" {
  140.     Internal 16
  141.     "Spheroid" <spheroid>
  142.     "Longitude of central meridian" <4:angle ew:dd>
  143.     "False easting" <6:distance ew:meters>
  144.     "False northing" <7:distance ns:meters>
  145. }
  146. "Equirectangular" {
  147.     Internal 17
  148.     "Spheroid" <spheroid>
  149.     "Longitude of central meridian" <4:angle ew:dd>
  150.     "Latitude of true scale" <5:angle ns:dd>
  151.     "False easting" <6:distance ew:meters>
  152.     "False northing" <7:distance ns:meters>
  153. }
  154. "Miller Cylindrical" {
  155.     Internal 18
  156.     "Spheroid" <spheroid>
  157.     "Longitude of central meridian" <4:angle ew:dd>
  158.     "False easting" <6:distance ew:meters>
  159.     "False northing" <7:distance ns:meters>
  160. }
  161. "Van der Grinten I" {
  162.     Internal 19
  163.     "Spheroid" <spheroid>
  164.     "Longitude of central meridian" <4:angle ew:dd>
  165.     "False easting" <6:distance ew:meters>
  166.     "False northing" <7:distance ns:meters>
  167. }
  168. "Oblique Mercator (Hotine)" {
  169.     Internal 20
  170.     "Spheroid" <spheroid>
  171.     "Scale factor at center" <2:number>
  172.     "Latitude of point of origin" <5:angle ns:dd>
  173.     "False easting" <6:distance ew:meters>
  174.     "False northing" <7:distance ns:meters>
  175.     "Do you want to enter either" <12:condition> {
  176.         0:"Two Points (Lat/Lon)": {
  177.             "Longitude of 1st point" 
  178.                 <8:angle ew:dd>
  179.             "Latitude of 1st point" 
  180.                 <9:angle ns:dd>
  181.             "Longitude of 2nd point" 
  182.                 <10:angle ew:dd>
  183.             "Latitude of 2nd point" 
  184.                 <11:angle ns:dd>
  185.         }
  186.         1:"Azimuth and Longitude": {
  187.             "Azimuth east for central line" 
  188.                 <3:angle:radians>
  189.             "Longitude of point of origin" <4:angle ew:dd>
  190.         }
  191.     }
  192. }
  193. "Space Oblique Mercator" {
  194.     Internal 21
  195.     "Spheroid" <spheroid>
  196.     "Landsat vehicle ID (1-5)" <4:integer>
  197.     "Path number (1-251 or 1-233)" <5:integer>
  198.     "False easting" <6:distance ew:meters>
  199.  
  200. }
  201. "Modified Transverse Mercator" {
  202.     Internal 22
  203.     "False easting" <6:distance ew:meters>
  204.     "False northing" <7:distance ew:meters>
  205. }
  206. "EOSAT SOM" {
  207.     Internal 23
  208.     "Spheroid" <spheroid>
  209.     "Landsat vehicle ID (1-5)" <4:integer>
  210.     "Path number (1-251 or 1-233)" <5:integer>
  211.     "False easting" <6:distance ew:meters>
  212.     "False northing" <7:distance ns:meters>
  213. }
  214. "Robinson" {
  215.     Internal 24
  216.     "Spheroid" <spheroid>
  217.     "Longitude of central meridian" <4:angle ew:dd>
  218.     "False easting" <6:distance ew:meters>
  219.     "False northing" <7:distance ns:meters>
  220. }
  221. /* External projection below this point */
  222. "RSO" {
  223.     External "eprj_rso"
  224.     "Spheroid" <spheroid>
  225.     "False easting" <0:distance:meters>
  226.     "False northing" <1:distance:meters>
  227.     "RSO Type" <2:condition> {
  228.          0:"Borneo": {}
  229.          1:"Malaysia": {}
  230.     }
  231. }
  232. "New Zealand Map Grid" {
  233.     External "nzmg"
  234.     "Spheroid" <"International 1909": "Geodetic Datum 1949" >
  235.     "Easting Shift" <6:distance:meters>
  236.     "Northing Shift" <7:distance:meters>
  237. }
  238.